home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / NCSA / tn3270 2.4d7 source / NCSA⁄BYU TCP⁄IP / binsubs.h < prev    next >
C/C++ Source or Header  |  1991-06-27  |  218b  |  24 lines

  1. extern int MBsize
  2.   (
  3.     MBFile *mbfp
  4.   );
  5.  
  6. extern int MBread
  7.   (
  8.     MBFile *in,
  9.     void *buffer,
  10.     int size
  11.   );
  12.  
  13. extern int MBwrite
  14.   (
  15.     MBFile *out,
  16.     void *buffer,
  17.     int size
  18.   );
  19.  
  20. extern void MBclose
  21.   (
  22.     MBFile *out
  23.   );
  24.